Murugan.com
Murugan Andezuthu Dharmaratnam

  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  



8086 interrupt 10h function 06h int10 ah 06h to scroll up the windows


Home  > 8086  > interrupt list  > int 10 video interrupt  > 8086 interrupt 10h function 06h int10 ah 06h to scroll up the windows 
       
I have not tried this. But I guess this is like the one to adjust the screen in most of the monitors. 
might be just to scholl up the windows. 

I am not sure if this is used by any one any more . 

if u need a sample code send me a mail 


INT 10 - VIDEO - SCROLL UP WINDOW
	AH = 06h
	AL = number of lines by which to scroll up (00h = clear entire window)
	BH = attribute used to write blank lines at bottom of window
	CH,CL = row,column of window's upper left corner
	DH,DL = row,column of window's lower right corner
Note:	affects only the currently active page (see AH=05h)
BUGS:	some implementations (including the original IBM PC) have a bug which
	  destroys BP
	the Trident TVGA8900CL (BIOS dated 9/8/92) clears DS to 0000h when
	  scrolling in an SVGA mode (800x600 or higher)
SeeAlso: AH=07h,AH=72h,AH=73h,AX=7F07h,INT 50/AX=0014h


Int 10 AH 00 Set Video Mode

8086 Set Text Mode Cursor Shape Int 10H AH 01

8086 interrupt 10h function 02h to set the cursor position

index

8086 Assembly Lanuage Interrupt int10h Function 03H Get The Cursor Position

8086 int 10h function 05 to set the active display page

8086 interrupt 10h function 06h int10 ah 06h to scroll up the windows

8086 video interrupt 10h function 07 to scroll down the window

8086 interrupt ah 08 int 10h to read character at current cursor position

8086 int to display a character in10h function 09



  |  HOME   |  BLOG   |  TWITTER   |  ARTICLES   |  8086  |  C++   |  VC++   |  ASP .NET   |  VB .NET   |  JAVA SCRIPT   |  MS SQL   |  PHP   |  MY   |  VIDEOS   |  DOWNLOADS   |  CONTACT ME   |  

Copyright 2009 @ Murugan Andezuthu Dharmaratnam